home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2014 July / Sky at Night Jul.iso / pc / issueMedia / VP_Jul14.swf / scripts / DefineSprite_47 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2014-05-23  |  124 b   |  7 lines

  1. var isForw = 0;
  2. this.onEnterFrame = function()
  3. {
  4.    bDir = !isForw ? -1 : 1;
  5.    gotoAndStop(_currentframe + bDir);
  6. };
  7.